Skip to content

Conversation

samkline
Copy link

@samkline samkline commented Oct 1, 2019

Following up on #1407, there are two issues still causing warnings on the 5.x branch:

  • In development, componentWillUpdate is used. Even though this is dev-only, it causes verbose warnings that can mask other issues when working in a large project.
  • componentWillReceiveProps is incorrectly deleted from Connect's static properties, not from the prototype, so the delete is actually a no-op.

This PR addresses both issues. Thanks!

@samkline
Copy link
Author

samkline commented Oct 1, 2019

I just realized this caused some tests to fail, so I'll close this PR while I investigate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant